docs: canonical URL map + key lifecycle diagram, purge stale single-host - #80
Merged
Conversation
No email is collected (identity is the GitHub account), so deliver the kit the GitHub-native way: on merge of an "Inscription :" PR, comment on it and @mention the member — GitHub notifies them — with a direct link to their kit and the 3 steps (LinkedIn, profile photo, email signature). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PC9TRnYr5AXe7GmBmHjkBy
Map the whole URL surface in one place: what is baked into every badge and must live forever (issuer, keys, status, achievement, credential.jwt — on DATA_BASE / Pages), the CI-regenerated public feed (directory.json, photos), and the site's replaceable presentation endpoints (verify page, kit, and the derived images: badge.png, sceau.png, og.png, linkedin.png, banner.png, qr.png, photo.png). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PC9TRnYr5AXe7GmBmHjkBy
Make ARCHITECTURE.md the single source for the two-host model and the lifecycle, and reconcile the rest to it (no rewrite of the working diagrams): - ARCHITECTURE: add the missing key-lifecycle diagram (generation, rotation, and why a key is never deleted — compromise = rotate + revoke its badges); add the revocation fail-safe branch to the verify diagram. - verification.md: permanent URLs are on Pages (ai-driven-dev.github.io/badges), not verify.ai-driven-dev.fr; drop "à venir #25" (status list is live); note the fail-safe; point to ARCHITECTURE. - SP1 spike: superseded banner (historical single-host scheme) -> ARCHITECTURE/urls. - urls.md: reference the real local script (npm run demo), drop the dropped sceau.png. - PRD.md: certified_on = commit-that-added-record date (not merge); directory/photos on Pages; demote to "reference/rationale". - README: list urls.md + verification.md; PRD as reference. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PC9TRnYr5AXe7GmBmHjkBy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make the docs canonical and non-redundant, and fix the real inaccuracies the mechanics review surfaced.
docs/urls.md: every URL in one place, classed by permanence — permanent (baked into each badge, on Pages) vs CI feed vs replaceable presentation (VPS).ai-driven-dev.github.io/badges(Pages), notverify.ai-driven-dev.fr; drop "à venir Publier la Bitstring Status List + credentialStatus #25" (status list is live).certified_on= commit-that-added-record date (not merge); directory/photos on Pages; demoted to reference/rationale.No code changes. The revocation code fix is PR #79.
🤖 Generated with Claude Code